
	.consult-nav{
		width: 400px;
		height: 32px;
		position: relative;
	}

	.consult-nav>span{
		width: 100px;
		height: 30px;
		line-height: 30px;
		position: absolute;
		z-index: 5;
		text-align: center;
		font-size: 14px;
		color: #999;
		border: 2px solid #e5e4e4;
		border-bottom-color: #fff;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		cursor: pointer;
	}

	.consult-nav>.hide-button{
		border-color: transparent;
	}

	.consult-nav>.cooperate-button{
		left: 50px;
	}

	.consult-nav>.proxy-button{
		left: 160px;
	}


	.consult-body{
		width: 940px;
		margin: 20px auto;
	}
	.consult-body>.form-area{
		width: 876px;
		padding: 50px 30px;
		border: 2px solid #e5e4e4;
	}

	.consult-body>.form-area>form{
		width: 436px;
		display: block;
		float: left;
	}

	.form-area .form-box{
		width: 100%;
		padding-bottom: 20px;
	}

	.form-box>label{
		width: 100px;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		display: block;
		float: left;
		text-align: right;
		font-size: 16px;
		color: #999;
	}
	.form-area .file-box{
		padding-bottom: 5px;
	}
	.form-area .file-alert{
		width: 100%;
		height: 20px;
		line-height: 20px;
		padding-bottom: 20px;
		text-indent: 100px;
		font-size: 12px;
		color: red;
	}

	.form-box>label>span{
		display: inline;
		color: red;
	}

	.form-box>input{
		width: 260px;
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
		display:block;
		float: left;
		font-size: 18px;
		color: #999;
		box-shadow: 0 0 2px #999;
	}

	.form-box>textarea{
		width: 260px;
		height: 100px;
		line-height: 30px;
		padding: 0 20px;
		display:block;
		float: left;
		font-size: 18px;
		color: #999;
		box-shadow: 0 0 2px #999;
	}
	.form-box>.checkbox-area{
		width: 260px;
		float: left;
	}

	.form-box>.checkbox-area>span{
		width: 100px;
		height: 20px;
		line-height: 20px;
		text-align: right;
		font-size: 14px;
		color: #333;
		display: block;
		float: left;
	}

	.form-box>.checkbox-area>input{
		width: 20px;
		height: 20px;
		margin: 0 110px 10px 10px;
		padding:0;
		display: block;
		float: left;
		border:0;
	}

	.form-box>.licence-area{
		width: 260px;
		float: left;
	}

	.form-box>.licence-area>img{
		width: 136px;
		height: 96px;
		display: block;
		float: left;
		border:2px solid #f1f1f1;
	}

	.form-box>.licence-area>.file-button{
		width: 96px;
		height: 96px;
		line-height: 96px;
		display: block;
		float: right;
		position: relative;
		text-align: center;
		font-size: 50px;
		color: #8f8f8f;
		border:2px solid #929292;
		background-color: #f9f9f9;
	}
	.form-box>.licence-area>.file-button>input{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		filter:alpha(opacity=0);
		cursor: pointer;
	}

	.form-area .submit-button{
		width: 250px;
		height: 40px;
		line-height: 40px;
		margin: 30px auto 0;
		display: block;
		font-size: 18px;
		color: #fff;
		background-color: #fe7a1c;
		border: 0;
		border-radius: 10px;
		cursor: pointer;
	}


	.consult-body>.form-area>img{
		width: 420px;
		height: 460px; 
		float: right;
	}